home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 April
/
Macworld (1999-04).dmg
/
Cool Specials
/
Al Morale Demo
/
Al's Stuff
/
D200.DCR
/
00141_Make Quit Face.old.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1999-02-16
|
309 b
|
18 lines
on enterFrame
if rollOver(15) then
puppetSprite(19, 1)
set the memberNum of sprite 19 to 176
put "that's a rollover"
put the memberNum of sprite 19
repeat while the rollOver
updateStage()
end repeat
else
puppetSprite(19, 0)
end if
end
on exitFrame
go(the frame)
end